From: kaf24@firebug.cl.cam.ac.uk Date: Sun, 29 Jan 2006 09:54:52 +0000 (+0100) Subject: VMX support for xm-test currently doesn't support network tests for eth0 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16513 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=99957fb4c400c63513efccd4b0cbab27c1dabd9f;p=xen.git VMX support for xm-test currently doesn't support network tests for eth0 because the create script doesn't load the pcnet32 driver to the disk.img when it copies the kernel there. This is the first step to make network support possible for VMX guest testing. This patch adds busybox support for loading 2.6 kernel modules. Since the image changes, I have adjusted the xm-test version too. Signed-off-by: Daniel Stekloff --- diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac index 013ee27354..30f4fd348d 100644 --- a/tools/xm-test/configure.ac +++ b/tools/xm-test/configure.ac @@ -1,7 +1,7 @@ # xm-test configure.ac input script # Basic header information -AC_INIT([xm-test], [0.6.0]) +AC_INIT([xm-test], [0.7.0]) AM_INIT_AUTOMAKE([1.7 foreign]) # Check for dependencies diff --git a/tools/xm-test/ramdisk/configs/busybox b/tools/xm-test/ramdisk/configs/busybox index 708acb684e..29c885d281 100644 --- a/tools/xm-test/ramdisk/configs/busybox +++ b/tools/xm-test/ramdisk/configs/busybox @@ -290,7 +290,7 @@ CONFIG_TIME=y # CONFIG_INSMOD=y CONFIG_FEATURE_2_4_MODULES=y -# CONFIG_FEATURE_2_6_MODULES is not set +CONFIG_FEATURE_2_6_MODULES=y # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set